Skip to main content

Get Leader Future Profit Total

Type: GET

Description: /future/copytrade/user/v1/copy-trade/my-profit-history

Parameters

NameTypeMandatoryDefaultDescriptionRanges
directionstringNo-directionNEXT, PREV
limitnumberNo-page size10
idnumberNo-id-

Limit Flow Rules

2/s/apikey

Response Example

{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": {
"hasPrev": false,
"hasNext": false,
"items": [
{
"avatar": "string", // avatar
"name": "string", // leader name
"profit": 5, // amount
"profitTime": "time", // time
"coin": 0, // currency
"id": // id
}
]
}
}